home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-07-15 | 560 b | 43 lines | [TEXT/MPS ] |
- // DemoText Dump file
-
- #ifndef __DEMOTEXTDUMP__
- #define __DEMOTEXTDUMP__
-
- // all header files defined for dump:ing
-
- #ifndef __UMACAPP__
- #include "UMacApp.h"
- #endif
-
- #ifndef __UPRINTING__
- #include "UPrinting.h"
- #endif
-
- #ifndef __UTEVIEW__
- #include "UTEView.h"
- #endif
-
- #ifndef __TOOLUTILS__
- #include "ToolUtils.h"
- #endif
-
- #ifndef __FONTS__
- #include "Fonts.h"
- #endif
-
- #ifndef __RESOURCES__
- #include "Resources.h"
- #endif
-
- #ifndef __SCRIPT__
- #include "Script.h"
- #endif
-
- #ifndef __PICKER__
- #include "Picker.h"
- #endif
-
- #include "UDemoText.h"
-
-
- #endif __DEMOTEXTDUMP__